I found another trick to recreate the table
- uninstall the module
- stop liferay
- delete FROM ServiceComponent where buildNamespace='FOO';
- delete FROM Release_ WHERE servletContextName = 'com.acme.foo.sb.service';
- drop TABLE IF EXISTS 'namespace_entity';
- start liferay