Unfortunately right now this isn't possible but you could quickly hack the codes in /administrator/components/com_easysocial/includes/points/points.php and insert the block of codes below at line 256,
[gist]
if ($user->isSiteAdmin()) {
return false;
}
[/gist]