Just do it in the database... ?
ADMINCP > MAINTENANCE > EXECUTE SQL QUERY
HTML Code:
UPDATE discussion SET groupid='YY' WHERE groupid='XX';
Where XX is the old group number and YY is the destination group number. The groupid is in the url, "forum/group.php?groupid=XX"
For the rest, AFAIK there are mods to move forum threads INTO social groups, but not vice versa.