I'll reply myself - there is a bug in the Mobile Joomla uninstall file. Line 991 has:
include_once( JPATH_ROOT .'/plugins/mobile/scientia/scientia/scientia_helper.php' );
It should read:
include_once( JPATH_ROOT .'/plugins/mobile/scientia/scientia_helper.php' );
The uninstall procedure also requires quite a bit of manual uninstallation.