is this your problem ?
router(config)#no ip nat inside source static tcp 10.0.0.100 5555 interface FastEthernet0 5555
router(config)#%static entry in use cannot remove
SOLUTION
router(config)#ip nat inside source static tcp 10.0.0.4 8602 interface FastEthernet0 8602
router(config)#ip nat inside source static tcp 10.0.0.4 3074 interface FastEthernet0 3074
router(config)#ip nat inside source static udp 10.0.0.4 3074 interface FastEthernet0 3074
router(config)#ip nat inside source static udp 10.0.0.4 88 interface FastEthernet0 88
router(config)#ip nat inside source static tcp 10.0.0.4 80 interface FastEthernet0 80
router(config)#ip nat inside source static udp 10.0.0.4 53 interface FastEthernet0 53
router(config)#ip nat inside source static tcp 10.0.0.4 53 interface FastEthernet0 53
router(config)#exit
router#wri