The problem is with the plugin. Open mobile-theme-switcher.php. Towards the bottom (should be line 109) find the line
add_theme_page("Mobile theme switch", "Mobile theme switcher", 1, "Mobile theme switcher", "mts_show_admin");
and change it to
add_theme_page("Mobile theme switch", "Mobile theme switcher", 1, "mobile-theme-switcher", "mts_show_admin");