Just create the table manually from cpanel by phpmyadmin, do you have the structure of it?
CREATE TABLE `jos_TeraWurflCache` (
`user_agent` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
`cache_data` mediumtext NOT NULL,
PRIMARY KEY (`user_agent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;