Changed to sc_reset_menu_disable(); in on ApplicationInit and disable the menu items in onLoad.
That worked for me, but I don’t see the point why

I tried the same! still getting the same error! Im completely stumped–

Fixed it! was putting item number i.e. sc_reset_menu_delete(item_45); instead of just sc_reset_menu_delete();
Guess I should read the documentation!