Most probably you have buddypress installed?
The plugin tries to update Mailchimp subscriber data when Buddypress user data is updated. There is a bug in the code which runs MMU_ADD instead of MMU_UPDATE.
To fix, replace
MMU_ADD
with
MMU_UPDATE
in autochimp.php on line 1172