Json error on sending out a quote from email template

Some reason I am getting this error all of a sudden when trying to email from ANY email template. PLEASE HELP - Repair and rebuild doesn’t help.

I noticed my problems are coming from a module I added called Twilio SMS , which looks like it is causing an error in my database, I removed the module and repaired but still broken! Anyone have any ideas?

/* MISSING TABLE: rolus_twilio_account */
CREATE TABLE rolus_twilio_account (id char(36) NOT NULL ,name varchar(255) NULL ,date_entered datetime NULL ,date_modified datetime NULL ,modified_user_id char(36) NULL ,created_by char(36) NULL ,description text NULL ,deleted bool DEFAULT ‘0’ NULL ,assigned_user_id char(36) NULL ,username varchar(100) NULL ,pass varchar(100) NULL ,phone_number varchar(32) NULL ,appsid varchar(100) NULL ,license_key varchar(100) NULL ,license_validator bool NULL , PRIMARY KEY (id), KEY idx_rolus_twilio_account_tmst_id (team_set_id)) CHARACTER SET utf8 COLLATE utf8_general_ci
: MySQL error 1072: Key column ‘team_set_id’ doesn’t exist in table
11, 24, 15 [18682][c0afbc9b-b7f5-6fcf-2899-52f3c6e1be20][FATAL] themes/SuiteR/images/
11, 24, 15 [18682][c0afbc9b-b7f5-6fcf-2899-52f3c6e1be20][FATAL] themes/SuiteR/images/
11, 24, 15 [18682][c0afbc9b-b7f5-6fcf-2899-52f3c6e1be20][FATAL] Error creating table: rolus_twilio_account: Query Failed: CREATE TABLE rolus_twilio_account (id char(36) NOT NULL ,name varchar(255) NULL ,date_entered datetime NULL ,date_modified datetime NULL ,modified_user_id char(36) NULL ,created_by char(36) NULL ,description text NULL ,deleted bool DEFAULT ‘0’ NULL ,assigned_user_id char(36) NULL ,username varchar(100) NULL ,pass varchar(100) NULL ,phone_number varchar(32) NULL ,appsid varchar(100) NULL ,license_key varchar(100) NULL ,license_validator bool NULL , PRIMARY KEY (id), KEY idx_rolus_twilio_account_tmst_id (team_set_id)) CHARACTER SET utf8 COLLATE utf8_general_ci: MySQL error 1072: Key column ‘team_set_id’ doesn’t exist in table
11, 24, 15 [18682][c0afbc9b-b7f5-6fcf-2899-52f3c6e1be20][FATAL] themes/SuiteR/images/