Just need to add to your crypto map:
i.e.:
! Add a new crypto isakmp key statement for the new peer
crypto isakmp key {sharekey} address x.x.x.x
! Add a new crypto map entry - same name different sequence number
crypto map cj_map 20 ipsec-isakmp
set peer x.x.x.x
set transform-set crazy_johns_tset
match address 103
! Make sure access-list 103 is defined for traffic that will flow between these two sites
Hope that helps