8
In case you haven't figured it out try using this
out of the faq.
It never installed other tables for me but it did put one in xoops_modules. under
--
-- Dumping data for table `xoops_modules`
--
it added
INSERT INTO `xoops_modules` VALUES (13, '', 0, 1114753725, 1, 0, '', 0, 0, 0, 0, 0, 0);
INSERT INTO `xoops_modules` VALUES (14, '', 0, 1114753773, 1, 0, '', 0, 0, 0, 0, 0, 0);
basicly adding two blank spots. By deleting those lines it added, it took it off the module page. Hopefully this will help you out a bit. Make sure you make a backup first though